Skip to content

model selection#378

Open
joehart2001 wants to merge 1 commit intomainfrom
model-selection-2
Open

model selection#378
joehart2001 wants to merge 1 commit intomainfrom
model-selection-2

Conversation

@joehart2001
Copy link
Collaborator

@joehart2001 joehart2001 commented Feb 18, 2026

Pre-review checklist for PR author

PR author must check the checkboxes below when creating the PR.

Summary

Model selection using a dropdown. made a new PR as the old one was as super messy rebase and i gave up

Linked issue

Resolves #190

Testing

@ElliottKasoar ElliottKasoar mentioned this pull request Feb 18, 2026
1 task
@ElliottKasoar ElliottKasoar self-requested a review February 18, 2026 17:15
@ElliottKasoar ElliottKasoar added the enhancement New feature or request label Feb 18, 2026
Copy link
Collaborator

@ElliottKasoar ElliottKasoar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this has an unfortunate addition to refactoring the callbacks, since the pattern is essentially the same as other user changes (input -> store -> input -> store -> ...) but I think is less fragile for similar reasons to the temporary change we made, so is probably ok for now.

It also has a side effect of removing the possibility of benchmark tables including models not included in the summary, which is currently possible. This was a bit of a legacy from when summary tables couldn't deal with missing values, so this is probably fine, but worth noting, as it does enforce a full set of models in the yml.

Comment on lines +400 to +427
Button(
"Select all",
id="model-filter-select-all",
n_clicks=0,
style={
"fontSize": "11px",
"padding": "4px 8px",
"backgroundColor": "#6c757d",
"color": "white",
"border": "none",
"borderRadius": "3px",
"cursor": "pointer",
},
),
Button(
"Clear",
id="model-filter-clear-all",
n_clicks=0,
style={
"fontSize": "11px",
"padding": "4px 8px",
"backgroundColor": "#6c757d",
"color": "white",
"border": "none",
"borderRadius": "3px",
"cursor": "pointer",
},
),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need these when they're built into the dropdown? It adds extra complexity to the callbacks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Be able to select which models are shown

2 participants